home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / KernelSWIs / DLLDef next >
Text File  |  1995-04-04  |  279b  |  28 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "KernelSWIs"
  6.   version 1.00
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   OS_ReadModeVariable
  14.   OS_Byte
  15.   OS_ReadVarVal
  16.   OS_Word
  17. }
  18.  
  19. ; --- Object files ---
  20.  
  21. objects
  22. {
  23.   o.OSWord
  24.   o.ReadModeVa
  25.   o.ReadVarVal
  26.   o.OSByte
  27. }
  28.